Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

IDE-1393 switch from Require-Bundle... #81

Merged
merged 1 commit into from
Nov 21, 2016

Conversation

nickboldt
Copy link
Contributor

IDE-1393 switch from Require-Bundle javax.servlet 2.5.0 to Import-Package javax.servlet(.http) 3.1.0

Signed-off-by: nickboldt [email protected]

…kage javax.servlet(.http) 3.1.0

Signed-off-by: nickboldt <[email protected]>
@martinlippert
Copy link
Contributor

Thanks for the patch, much appreciated. Can you reveal a bit about the background/reason for it? Just curious to learn more about it here. Thanks!!!

@nickboldt
Copy link
Contributor Author

Sure, no problem.

Fedora and RHEL7.2 ship their own version of javax.servlet in an RPM, which conflicts with the one in Orbit because they have different Bundle-SymbolicName values (javax.servlet vs. javax.servlet-api). Solution is to not depend on a BUNDLE, but on a PACKAGE (or packages).

Details in https://jira.spring.io/browse/IDE-1393 and https://issues.jboss.org/browse/JBDS-4190

@martinlippert martinlippert merged commit bb78c87 into spring-attic:master Nov 21, 2016
@martinlippert
Copy link
Contributor

Great, thanks for the details!!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants